|
|
The Reparent App While Running component option causes all application top-level windows to be reparented into the container window. True is the default option. Setting this option to False causes the application windows to open independently of the composite application window. Note for OWC users with multiple Internet Explorer containers in a
composite application. It's possible for multiple IE instances to
appear under the same Java Swing tab on the UI. This is due to Internet
Explorer launching the requested Web page into an existing session under
certain circumstances.
The solution is to add the following to the Arguments Property when launching iexplore with OWC:
- Internet Explorer Versions 6 and 7: -new
- Internet Explorer Version 8: -restart -nomerge
|